From d23e1274303c54b3d7fc8de77eea37bb8fdaeaa3 Mon Sep 17 00:00:00 2001 From: real-zephex Date: Sun, 31 Mar 2024 17:32:48 +0530 Subject: fixes: minor css modifications, added basic information about the last read manga chapter (don't expect much out of it) --- src/app/manga/[title]/[id]/page.jsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'src/app/manga/[title]/[id]/page.jsx') diff --git a/src/app/manga/[title]/[id]/page.jsx b/src/app/manga/[title]/[id]/page.jsx index 3038b3f..15eb148 100644 --- a/src/app/manga/[title]/[id]/page.jsx +++ b/src/app/manga/[title]/[id]/page.jsx @@ -3,6 +3,7 @@ import Image from "next/image"; import Buttons from "./buttons"; import { redirect } from "next/navigation"; import { FaStar } from "react-icons/fa"; +import CurrentReading from "./[read]/currentReading"; export default async function MangaInfo({ params }) { const id = params.id; @@ -104,8 +105,13 @@ export default async function MangaInfo({ params }) { ))} - - + +
+

+ Chapters & Volumes +

+ +
)} -- cgit v1.2.3